home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / Remotes / Source / Help.h < prev    next >
Encoding:
Text File  |  1992-09-22  |  335 b   |  16 lines

  1. /*---------------------------------------------------------------------------
  2. Help.h - Header file for the Help.m class.
  3. -----------------------------------------------------------------------------*/
  4. #import <objc/Object.h>
  5.  
  6. @interface Help:Object
  7. {
  8.     id    helpPanel;
  9. }
  10.  
  11. - init;
  12. - showHelpPanel:sender;
  13. - setHelpPanel:anObject;
  14.  
  15. @end
  16.